*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.marcoparraf
{
border:10px solid black;
}

.popup {
    background-image: url("../../assets/img/Mundial.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
     /* tamano de la foto*/
    padding: 260px 190px;
   
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 60%;
    border: 10px solid black;
    
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    /*width: 450px; height: 350px; */
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 40px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
    font-weight:bold;
}
.texto{
  color: orangered;
}

.close {
    position: absolute;
    right: 0;
    top:5px;
}